home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / information / manual / man.install < prev    next >
Text File  |  1996-12-05  |  618b  |  35 lines

  1. ;$VER:Man Installer 1.0
  2.  
  3. (complete 0)
  4.  
  5. ; ----------------------------------------------
  6. ;Texte 
  7. ; ----------------------------------------------
  8.  
  9.  
  10. (set #Ende-Text    ("\n\nNow you just have to edit the manual.txt."))
  11.  
  12. ; ----------------------------------------------
  13. ; Hauptteil 
  14. ; ----------------------------------------------
  15. (complete 10)
  16.  
  17. (copyfiles
  18.     (prompt "Copy to c:")
  19.     (help @copy-files-help)
  20.     (source "man")
  21.     (infos)
  22.     (confirm)
  23.     (dest ("c:"))
  24. )
  25. (copyfiles
  26.     (prompt "Copying manual.txt to c: ")
  27.     (help @copy-files-help)
  28.     (source "s/manual.txt")
  29.     (confirm)
  30.     (dest ("s:" ))
  31. )
  32. (complete 100)
  33. (message #Ende-Text)
  34.  
  35.